Value Property

Task Parallel System.Threading

Namespace:  System
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Value As T
C#
public T Value { get; }

See Also